PowerTools InputMan for ASP.NET 8.0J
Item プロパティ (BaseItemCollection<T>)

コレクションの要素を取得します。
構文
Public Overridable Default Property Item( _
   ByVal index As Integer _
) As T
public virtual T this[ 
   int index
]; {get; set;}

パラメータ

index
例外
例外解説
System.ArgumentOutOfRangeExceptionindexに負の値またはコレクションの総数以上の値が設定されています。
解説
Itemプロパティは、コレクションの要素(GrapeCity.Web.Input.IMCombo.ComboItem または GrapeCity.Web.Input.IMList.ListItem オブジェクト)を指定するときにVisual Basicで使用します。C#では、BaseItemCollectionクラスのインデクサになります。
参照

BaseItemCollection<T> クラス
BaseItemCollection<T> メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.